home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 October
/
Macworld (1998-10).dmg
/
Serious Demos
/
Morpha
/
3DO.DXR
/
00122.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-31
|
304 b
|
19 lines
on sel10
global sel, t1, drums
set sel to 10
if drums = 0 then
puppetSound(1, 0)
puppetSound(1, 106)
set drums to 1
end if
if t1 = 2 then
puppetSound(3, 0)
puppetSound(3, 152)
set t1 to 3
else
puppetSound(3, 0)
puppetSound(3, 151)
set t1 to 2
end if
end